type runtime.puintptr

9 uses

	runtime (current package)
		runtime2.go#L269: type puintptr uintptr
		runtime2.go#L272: func (pp puintptr) ptr() *p { return (*p)(unsafe.Pointer(pp)) }
		runtime2.go#L275: func (pp *puintptr) set(p *p) { *pp = puintptr(unsafe.Pointer(p)) }
		runtime2.go#L641: 	p puintptr
		runtime2.go#L643: 	nextp           puintptr // The next P to install before executing. Implies exclusive ownership of this P.
		runtime2.go#L644: 	oldp            puintptr // The P that was attached before executing a syscall.
		runtime2.go#L775: 	link        puintptr
		runtime2.go#L952: 	pidle        puintptr // idle p's